Add a gtk_scrollable_get_border
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 Dec 2014 11:45:21 +0000 (06:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 10 Dec 2014 15:01:30 +0000 (10:01 -0500)
commit6f2fff56fbb44f064d25ee65fb12f602b0fef965
treece7cec4bbfe582075872f84c351320b11049bd92
parent691c96db2a0041ef1f3eecb5d0bf00b6c67c6cdf
Add a gtk_scrollable_get_border

Add a vfunc to return a non-scrollable border around scrollables.
This would be nicer as a property, but we can't add properties
to an interface without breaking 3rd party implementations, so
make this an optional vfunc, and handle it not being set.
docs/reference/gtk/gtk3-sections.txt
gtk/gtkscrollable.c
gtk/gtkscrollable.h